------------------------------------------------------------------------------
    NUOVO AMBIENTE ASSEMBLER - 25 luglio 2009
------------------------------------------------------------------------------
    RACCOLTA Esempi ASM [-> cartella %SystemDrive%\Arch-Lab\Lavoro\_WinAsm <-]
    In questa cartella sono raccolti i sorgenti delle applicazioni fornite con
    il pacchetto originale "WinAsm 5.1.50 Full" prodotto da  Winasm.net Team
    --------------------------------------------------------------------------
        "WinAsm 5.1.50 Sample Programs" (C) Copyright 2009 Winasm.net Team
     WinAsm Studio, The Assembler IDE  Free Downloads -  http://www.winasm.net 
    -------------------------------------------------------------------------- 

 
    --------------------------------------------------------------------------
    NB: nell'ambito dei sorgenti sono spesso citate fonti esterne per i files
        di LIBreia edi INClude : i percorsi citati son quasi tutti inadatti al
        reperimento di queste risorse, specificatamente collocate, nel Nuovo
        ambiente assembler:
        LIB=      %SystemDrive%\Arch-Lab\bin\lib
        INCLUDE=  %SystemDrive%\Arch-Lab\bin\inc
        INIT=     %SystemDrive%\Arch-Lab\bin\ini
        HELPFILES=%SystemDrive%\Arch-Lab\_Help\HLP 
        Tutte queste variabili sono configurate atomaticamente con il comando SET
        tutte le volte che  possibile associare al comando d'entry point un
        file di configurazione (come Autoexec.NT o similare)
               SET LIB=%SystemDrive%\Arch-Lab\bin\lib
               SET INCLUDE=%SystemDrive%\Arch-Lab\bin\inc
               SET INIT=%SystemDrive%\Arch-Lab\bin\ini
               SET HELPFILES=%SystemDrive%\Arch-Lab\_Help\HLP
               SET ASMEX=%SystemDrive%\Arch-Lab\Lavoro
               SET TMP=%SystemRoot%\Temp
    -------------------------------------------------------------------------- 





Application Templates 
----------------------------------------------------------------- 

Bare bones dialog template 
A full source bare-bones dialog template for the WinAsm Studio Assembler IDE.

PhoBos Base Dialog
Base Dialog is a simple template to develop dialog-based applications in Assembly Language.

Another Custom Control Template 
A custom control template to help you develop custom controls for the Windows operating systems.

Dialog Template BASE
Dialog Template, a very simple template for dialog-based applications.

Phobos Custom Control Template 
A WinAsm Studio template to use for the development of custom controls.

Add-In Templates 
Three different templates to use to create Add-Ins for the WinAsm Studio IDE.

OpenGL 
This template can be used to develop programs using OpenGL. 

